home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 4 && _root.windRune >= 1 && this.timey.timer == 100)
- {
- _root.magRune -= 4;
- _root.windRune -= 1;
- _root.summonaxe._visible = true;
- this.timey.timer = 0;
- this.timey.timeIt = 2;
- this.timey._visible = true;
- _root.summonaxe.play();
- _root.axepower = random(2) + 1;
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-